j3deditor.bin.hierarchy
Class J3DeGeometry

java.lang.Object
  extended by j3deditor.bin.hierarchy.J3DeGeometry
Direct Known Subclasses:
J3DeGeometryArray

public class J3DeGeometry
extends java.lang.Object

Manages Java 3D javax.media.j3d.Geometry object.

Author:
Risto Seene
See Also:
Geometry

Constructor Summary
J3DeGeometry(javax.media.j3d.Geometry geometry)
          Creates an instance of J3DeGeometry with the specified Geometry object.
 
Method Summary
 javax.media.j3d.Geometry getGeometry()
          Returns the Geometry.
static void setCapabilities(javax.media.j3d.Geometry geom)
          Sets all necessary capability flags.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J3DeGeometry

public J3DeGeometry(javax.media.j3d.Geometry geometry)
Creates an instance of J3DeGeometry with the specified Geometry object.

Parameters:
geometry - Geometry object this J3DeGeometry manages
Method Detail

setCapabilities

public static void setCapabilities(javax.media.j3d.Geometry geom)
Sets all necessary capability flags.

Parameters:
geom - Geometry which flags will be set

getGeometry

public javax.media.j3d.Geometry getGeometry()
Returns the Geometry.

Returns:
the Geometry